Exemplo n.º 1
0
 public static void Marshal(this IStatusChannel statusChannel, byte[] buffer, ref int offset)
 {
     statusChannel.Marshal(buffer, offset);
     offset += NcomPacketA.StatusChannelLength;
 }