4.2.1 DVC Create Request PDU

The following is an annotated sample of the DYNVC_CREATE_REQ PDU (section 2.2.2.1).

 00000000 10 03 74 65 73 74 64 76 63 00                   ..testdvc.
  
 10 -> Header bitmask fields
  
 0 - --\
 0 -   | DYNVC_CREATE_REQ::Cmd = Create (1)
 0 -   |
 1 - --/
 0 - --\ DYNVC_CREATE_REQ::Pri = 0
 0 - --/
 0 - --\ DYNVC_CREATE_REQ::cbId = 0
 0 - --/
  
 03 -> DYNVC_CREATE_REQ::ChannelId
  
 74 65 73 74 64 76 63 00 -> DYNVC_CREATE_REQ::ChannelName = "testdvc" (null-terminated character string)