tizen_rpc_port library

Classes

Parcel
Holds serialized object data for sequential read/write access.
Parcelable
An interface for marshaling and unmarshaling object data.
ParcelHeader
Provides various metadata about a Parcel.
Port
Represents a connection between remote endpoints (proxy and stub).
ProxyBase
The base class for proxy objects used by RPC clients.
StubBase
The base class for stub objects used by RPC servers.

Enums

PortType
Enumeration for RPC port types.

Constants

nonVirtual → const _NonVirtual
Used to annotate an instance member (method, getter, setter, operator, or field) m in a class C or mixin M. Indicates that m should not be overridden in any classes that extend or mixin C or M.
visibleForOverriding → const _VisibleForOverriding
Used to annotate an instance member that was made public so that it could be overridden but that is not intended to be referenced from outside the defining library.

Typedefs

OnDisconnected = Future<void> Function()
A signature for callbacks to be invoked on disconnected events.
OnError = void Function(Object error)
A signature for callbacks to be invoked on stream errors.