![]() |
Previous | Next |
Returns the packet size of the station format.
Syntax
Station.ChannelFormats(Index).PacketSize
Example
Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(1)
MsgBox ("Packet size of second format of first station: " & _
MyFormat.PacketSize)
See Also
ChannelFormats Collection Object, ChannelFormat Objects, ChannelFormat.BitRate
Previous | Next |