System.Beacon.TBeaconManufacturerDataHelper.ToByteArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToByteArray: TBytes read GetToByteArray;

C++

__property System::DynamicArray<System::Byte> ToByteArray = {read=GetToByteArray};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerDataHelper

Description

Represents the manufacturer data converted to TBytes.

See Also