ChannelFormat.PacketSize Property

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's: " & _ 
    MyFormat.ChannelFormats.PacketSize

See Also

ChannelFormats objects, ChannelFormat.BitRate

© 1996-1998 Microsoft Corporation. All rights reserved.