Package net.sf.fsp.fsplib
Class FSPversion
-
- All Implemented Interfaces:
-
java.lang.Cloneable
public class FSPversion implements Cloneable
Class for parsing reply to CC_VERSION command and holding server setup information. FSP command CC_VERSION queries server setup information.
There are no get/set methods defined. Use public variables directly for data access.
- Since:
1.0rc7
Radim Kolar
-
-
Field Summary
Fields Modifier and Type Field Description public Stringversionpublic booleanextended_infopublic booleanloggingpublic booleanread_onlypublic booleanreversepublic booleanprivate_modepublic longthroughputpublic booleanextra_datapublic shortpayload
-
Constructor Summary
Constructors Constructor Description FSPversion()Constructor for empty FSPversion object. FSPversion(FSPpacket pkt)Creates FSPversion instance from FSPpacket
-
Method Summary
-
-
Constructor Detail
-
FSPversion
FSPversion()
Constructor for empty FSPversion object. All fields are zeroed.
-
FSPversion
FSPversion(FSPpacket pkt)
Creates FSPversion instance from FSPpacket
- Parameters:
pkt- FSPpacket with CC_VERSION response
-
-
-
-