|
MulticastInstTtl Property
|
The value of the time-to-live (ttl) field of any
datagrams sent. The default value of one means
that all data is restricted to the local network.
Namespace:
OpenDDSharp.OpenDDS.DCPS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic byte Ttl { get; set; }
Public Property Ttl As Byte
Get
Set
public:
property unsigned char Ttl {
unsigned char get ();
void set (unsigned char value);
}
member Ttl : byte with get, set
Property Value
Type:
Byte
See Also