public method ClientMessage.ClientMessage

Brief

This method is a constructor for the class representing a message, it initializes the various properties of the message with default values. The constructor does not return any values

Declaration

protojavascriptjavacsharp
public ClientMessage() : void

Details

Declared in ClientMessage

back