| 
            
              PacketBaseFixedLength Field
             | 
          
        
        
            Specifies the number of bytes in the binary image of the packet.
            
        
        Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.258-beta
Syntaxpublic const int FixedLength = -1
Public Const FixedLength As Integer = -1
public:
literal int FixedLength = -1
static val mutable FixedLength: int
var GSF.Historian.Packets.PacketBase.FixedLength
 View SourceField Value
Int32
RemarksA value of -1 indicates that the binary image of the packet is of variable length.
See Also