ValidPacketFormatQ
ValidPacketFormatQ[packet]⟹out
checks to see if the values in packet match type definitions. Header fields (Type, ID, etc.) are skipped.
ValidPacketFormatQ[packets]⟹out
checks to see if the values in packets match type definitions. Header fields (Type, ID, etc.) are skipped.
ValidPacketFormatQ[packet,type]⟹out
checks to see if the values in packet match type definitions and are of the given type. Header fields (Type, ID, etc.) are skipped.
ValidPacketFormatQ[packets,type]⟹out
checks to see if the values in packets match type definitions and are of the given type. Header fields (Type, ID, etc.) are skipped.
Details
Input
Output
General Options