Skip to main content

class Wacom::Kiosk::Message::Shared::KioskMessage

The communication message itself with all headers.

Parameters

  • T The SDK message type.

Summary

MembersDescriptions
{property} string MessageTypetype of the kiosk message
{property} MessageStatus MessageStatusGets or sets the message status.
{property} T SdkMessageGets or sets the SDK message.
public inline byte[] ToByteArray()Converts message to bytearray. Ready to be sent.

Members

{property} string MessageType

type of the kiosk message

{property} MessageStatus MessageStatus

Gets or sets the message status.

The message status.

{property} T SdkMessage

Gets or sets the SDK message.

The SDK message.

public inline byte[] ToByteArray()

Converts message to bytearray. Ready to be sent.

Returns