EntitySourceInfo

Constructors

Link copied to clipboard
constructor(    @NotNull addonId: @NotNull String,     @NotNull sourceId: @NotNull UUID,     @NotNull lineId: @NotNull UUID,     @Nullable sourceName: @Nullable String,     state: Byte,     @Nullable decoderInfo: @Nullable CodecInfo,     stereo: Boolean,     iconVisible: Boolean,     angle: Int,     entityId: Int)

Functions

Link copied to clipboard
open fun deserialize(in: ByteArrayDataInput)
Deserialize the object from a byte stream using the provided ByteArrayDataInput.
Link copied to clipboard
Link copied to clipboard
open fun of(in: ByteArrayDataInput): SourceInfo
Link copied to clipboard
open fun serialize(out: ByteArrayDataOutput)
Serialize the object to a byte stream using the provided ByteArrayDataOutput.