Package ch.bitagent.bitcoin.lib.network
Class GenericMessage
- java.lang.Object
-
- ch.bitagent.bitcoin.lib.network.GenericMessage
-
-
Constructor Summary
Constructors Constructor Description GenericMessage(String command, byte[] payload)Constructor for GenericMessage.
-
-
-
Method Detail
-
getCommand
public byte[] getCommand()
getCommand.
- Specified by:
getCommandin interfaceMessage- Returns:
- an array of
byteobjects
-
-