3.1.5.7 InitAssembleToken()

  
 InitAssembleToken (Input_Token)
 -- Input:
 --  InputToken – The Input_Token received.
 --  Temporary variables that do not pass over the wire are defined below:
 --   ReceivedInputToken – The message fragments received so far.
 --   TokenLength - Length of message from the ASN.1 header.
 --   FragmentInputToken - A Boolean setting that indicates that more fragments of the message remain.
  
 Initialize TokenLength to the length of the message from the ASN.1 header in InputToken.
 Initialize ReceivedInputToken to InputToken.
 Set FragmentInputToken to TRUE.