Class UniversalDataSystem.StartSystemRequest
Start the Universal Data System. To test is the system is initialized IsInitialized
Namespace: Unity.PSN.PS5.UDS
Syntax
public class StartSystemRequest : Request
Properties
PoolSize
Size of the memory pool to be used by the UniversalDataSystem library (bytes)
Declaration
public ulong PoolSize { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
Methods
Run()
Declaration
protected override void Run()