Demo3D 2023 API Documentation
Demo3D 2023 API Documentation
Demo3D Namespaces
Demo3D.Net Namespaces
Demo3D.Net
IMessageService Interface
IMessageService Properties
HeaderSize Property
PduSize Property
IMessageService
HeaderSize Property
Gets the message header size.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 16.01.07
Syntax
C#
Copy
int
HeaderSize
{
get
; }
Property Value
Type:
Int32
Remarks
The buffer passed to
WriteAsync(Boolean, ArraySegment
Byte
)
and
WriteToAsync(Boolean, ArraySegment
Byte
, EndPoint)
must have at least this many bytes free before the data segment in which to prepend a header of this size.
See Also
Reference
IMessageService Interface
Demo3D.Net Namespace
© Rockwell Automation Technologies, Inc. All Rights Reserved.
Send comments on this topic to
support@demo3d.com