packetLength property
int
get
packetLength
The length of each of the packets in this transfer.
Implementation
int get packetLength => _wrapped.packetLength;
set
packetLength
(int v)
Implementation
set packetLength(int v) {
_wrapped.packetLength = v;
}