LBM .Net API Documentation
format_short Method (buf, offset, arbstr)
Namespaces
►
com.latencybusters.lbm.sdm
►
LBMSDMFieldString
►
format_short(
array<
Byte
>
[]
()
[]
, Int32, String)
C#
Format a short string (less than 255 characters) The formatted message will use a 1 byte length field to describe the string size
Declaration Syntax
C#
public
static
int
format_short
(
byte
[]
buf
,
int
offset
,
string
arbstr
)
Parameters
buf
(
array<
Byte
>
[]
()
[]
)
The byte buffer to have the string formatted in
offset
(
Int32
)
The offset to begin formatting in the buffer
arbstr
(
String
)
The string to be formatted
Return Value
The updated offset after formatting (points to an unused offset)
Assembly:
lbmcssdm
(Module: lbmcssdm) Version: 6.7.1.0